ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / DefaultRowSize Property

In This Topic
    DefaultRowSize Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the default size of rows in the row collection.
    Syntax
    'Declaration
     
    Public Overridable Property DefaultRowSize As Integer
    public virtual int DefaultRowSize {get; set;}
    See Also